home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / udos / dos5tch / lzselect.doc < prev    next >
Encoding:
Text File  |  1991-11-21  |  1.3 KB  |  41 lines

  1. LZSELECT
  2.  
  3.  
  4. Jay Munro                                         January 22, 1990 
  5. (Utilities)
  6.  
  7. Purpose:  Constructs and sends LaserJet escape sequences either 
  8. directly, via a SETUP2.COM (PC Magazine, May 30, 1989), menu (PMF) file, 
  9. or via a DOS file that can be COPYed to the printer from the command 
  10. line or used in a batch file.
  11.  
  12.  
  13. SYNTAX        LZSELECT [/2] [/B] [/F [d:] [path] filename]
  14.  
  15. /2        Direct output to LPT2 (default=LPT1)
  16. /B        Run the program in black-and-white
  17. filename  Name the PMF file to create
  18.   
  19. DESCRIPTION
  20.  
  21. LZSELECT lets you creat PMF files for use with the SETUP utility so that 
  22. you can sent control codes to LaserJet printers from SETUP's popup 
  23. printer control window. You can also send control codes directly to the 
  24. printer and download printer fonts through LZSELECT's menus.  The source 
  25. code for LZSELECT is availble on ZiffNet. 
  26.  
  27. EXAMPLES
  28.  
  29. To start LZSELECT for the purpose of creating a PMF file callled 
  30. LASERJET.PMF, type
  31.  
  32. LZSELECT LASERJET.PMF
  33.  
  34. Then, to load the menu file into SETUP, type
  35.  
  36. SETUP LAZERJET.PMF
  37.  
  38. ** Special Note:  This utility is also a mentioned in the Ziff-Davis Press
  39. book "PC Magazine's DOS 5 Techniques and Utilities" by Jeff Prosise. Both
  40. this DOCumentation file and in the book's utility reference stand as correct.
  41.